NaturePokeathlonStatEffect

@Serializable
data class NaturePokeathlonStatEffect(val maxChange: Int, val nature: Handle.Named<Nature>)(source)

Nature and the amount it affects a Pokeathlon stat. See: https://pokeapi.co/docs/v2#naturepokeathlonstataffect

Parameters

maxChange

The maximum amount of change to the referenced Pokeathlon stat.

nature

The nature that affects the referenced Pokeathlon stat.

Constructors

Link copied to clipboard
constructor(maxChange: Int, nature: Handle.Named<Nature>)

Properties

Link copied to clipboard
Link copied to clipboard